﻿:root {
    --blue: #021f59;
    --green: #00bf44;
}

/* BANNER */
#content-banner,
#content-bannerMobile,
.slickBanner,
.slickBanner .itemSlickBanner {
    height: 75vh;
}

.slickBanner {
    width: 100%;
    position: relative;
}

.slickBanner .itemSlickBanner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 45%;
}

#content-bannerMobile {
    display: none;
}

.slickBanner .itemSlickBanner .contTxtBanner {
    position: absolute;
    left: 10%;
    bottom: 50px;
}

.slickBanner .itemSlickBanner h3.wTxtBanner {
    font-family: "Mohr-ExtraLightIt";
    font-size: 62px;
    font-weight: 200;
    letter-spacing: -1.44px;
    color: #fff;
}

.slickBanner .itemSlickBanner h3.gTxtBanner {
    font-family: "Mohr-BoldIt";
    font-size: 90px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -2px;
    color: var(--green);
    padding-left: 40px;
}

.slickBanner .itemSlickBanner p.pTxtBanner {
    font-family: "Mohr-Mediumlt";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #fff;
    width: 60%;
}

.itemSlickBanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
}

#content-banner .btnSlickBanner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    outline: none;
}

#content-banner .btnSlickBanner#btnSlickBannerLeft {
    left: 3.5%;
}

#content-banner .btnSlickBanner#btnSlickBannerRight {
    right: 3.5%;
}

#content-banner #contDotsBanner {
    position: absolute;
    bottom: 20px;
    right: 3.5%;
    width: 200px;
}

#content-banner #contDotsBanner .slick-dots {
    width: fit-content;
    bottom: 0;
    right: 0;
}

#content-banner #contDotsBanner .slick-dots li,
#content-banner #contDotsBanner .slick-dots li button,
#content-banner #contDotsBanner .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

#content-banner #contDotsBanner .slick-dots li button {
    border: 1px solid #fff;
    border-radius: 100%;
}

#content-banner #contDotsBanner .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0.3);
}

#content-banner #contDotsBanner .slick-dots li button:before,
#content-banner #contDotsBanner .slick-dots li.slick-active button:before {
    opacity: 0;
}

#btnSlickBannerRight img,
#btnSlickBannerLeft img {
    display: block;
    margin: auto;
}

/* SECTION MESA */
#mesa {
    padding: 40px 0;
    background-color: #fff;
}

#mesa .imgLogo {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

#mesa h3 {
    font-size: 60px;
    font-family: "Mohr-BoldIt";
    color: var(--green);
    letter-spacing: -1.6px;
    text-align: center;
    line-height: 0.93;
    font-weight: 600;
}

#mesa h4 {
    font-family: "Mohr-Light";
    font-size: 30px;
    font-weight: 300;
    color: var(--blue);
    letter-spacing: -0.6px;
    line-height: 1.4;
    text-align: center;
}

#mesa .subTxt {
    display: block;
    font-family: "Mohr-Medium";
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #707070;
}

#mesa .contFloat {
    display: flex;
    width: 90%;
    margin: auto;
}

#mesa .contFloat.mobile {
    display: none;
}

#mesa .contFloat img {
    display: inline-flex;
    width: 40%;
    border-radius: 4px;
    left: -5%;
    position: relative;
}

#mesa .contFloat ul {
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: space-evenly;
}

#mesa .contFloat ul li {
    font-family: "Mohr-Mediumlt";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    color: var(--blue);
    left: 28px;
    position: relative;
    width: 86%;
}

#mesa .contFloat ul li::marker {
    color: transparent;
}

#mesa .contFloat ul li::before {
    display: block;
    position: absolute;
    left: -25px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/home/iconLi.png);
    background-position: center;
    background-size: cover;
    top: 0;
}

#mesa .contFloat#contFloatMid {
    margin-top: -20px;
}

#mesa .contFloat#contFloatMid ul {
    width: 50%;
    padding-top: 20px;
}

#mesa .contFloat#contFloatBot {
    margin-top: -20px;
    justify-content: flex-end;
}

#mesa .contFloat#contFloatBot ul {
    width: 45%;
    padding-top: 30px;
}

#mesa .contFloat.mobile img {
    display: block;
    width: 95%;
    height: auto;
    margin: auto;
}

#mesa .contFloat.mobile ul {
    width: 100%;
    margin-top: 10px;
}

#mesa .contFloat.mobile ul li {
    margin-bottom: 10px;
}

#mesa #slickMesaMobile {
    display: none;
}

#mesa #slickMesaMobile .slick-list {
    padding: 0 25px 0 0;
}

/* MARCAS */
#marcas {
    padding: 60px 0;
    background-color: #f5f5f5;
}

#marcas h3 {
    color: var(--blue);
    text-align: center;
    font-size: 68px;
    font-family: "Mohr-BlackIt";
}

#marcas h4 {
    margin-bottom: 0;
    color: var(--green);
    text-align: center;
    font-size: 55px;
    font-family: "Mohr-ExtraLightIt";
}

#marcas .subTxt {
    display: block;
    font-family: "Mohr-Medium";
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #707070;
}

#marcas .btnMarcas {
    text-align: center;
    display: block;
    margin-top: 35px;
    border: solid 0.5px transparent;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    width: 100%;
    font-family: "Mohr-SemiBold";
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    padding: 11px 0;
    margin-bottom: 20px;
}

#marcas .btnMarcas:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px var(--green);
    background-color: #f2fcf5;
}

#marcas .contMarcas {
    display: grid;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

#marcas .contMarcas .marca {
    position: relative;
    height: 180px;
    border: solid 1px #dedede;
    border-radius: 6px;
    background-color: #fff;
}

#marcas .contMarcas .marca img {
    position: absolute;
    max-width: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#marcas #slickMarcas {
    display: none;
    margin-top: 20px;
}

#marcas #slickMarcas .marca {
    position: relative;
    border-radius: 6px;
    border: solid 1px #dedede;
    background-color: #fff;
    height: 180px;
    margin-bottom: 10px;
    width: 90%;
    margin: 0 10px;
}

#marcas #slickMarcas .marca img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#marcas #slickMarcas .slick-list {
    padding: 0 50px 0 0;
}

#marcas .btnMarcas.mobile {
    display: none;
}

#marcas .btnMarcas.desktop {
    display: block;
}

/* INSTITUTO */
#instituto {
    width: 100%;
    height: 80vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1% center;
}

#instituto .btnInstituto {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 170px;
    height: 40px;
    left: 115px;
    bottom: 15%;
    padding: 11px;
    color: var(--green);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Mohr-Bold";
    background-color: #fff;
    border: solid 0.5px transparent;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    max-width: 250px;
}

#instituto .btnInstituto:hover {
    background-color: #f2fcf5;
    border: solid 0.5px var(--green);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

/* NOTICIAS */
#noticias {
    padding: 60px 3.5%;
    background-color: #fff;
}

#noticias h3 {
    font-family: "Mohr-ExtraLightIt";
    font-size: 60px;
    font-weight: 200;
    color: var(--green);
    margin: 0;
}

#noticias .contSubBtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#noticias .subTxt {
    display: inline-block;
    font-family: "Mohr-RegularIt";
    font-size: 18px;
    color: var(--blue);
    width: 60%;
}

#noticias .btnAll {
    display: inline-block;
    width: fit-content;
    padding: 10px 22px;
    font-family: "Mohr-SemiBold";
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: solid 0.5px transparent;
    vertical-align: middle;
}

#noticias .btnAll:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px var(--green);
    background-color: #f2fcf5;
}

#noticias .contNoticias {
    display: flex;
    justify-content: space-between;
}

#noticias .contNoticias .noticiaDestaque {
    width: calc(50% - 10px);
    background-color: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 6px;
}

#noticias .contNoticias .noticiaDestaque .imgNoticiaDestaque {
    width: 100%;
    height: 61vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
}

#noticias .contNoticias .noticiaDestaque .contDescDestaque {
    display: flex;
    padding: 20px;
    flex-direction: column;
    background-color: #f5f5f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#noticias .contNoticias .noticiaDestaque .categDestaque {
    display: block;
    width: fit-content;
    background-color: var(--green);
    border-radius: 6px;
    padding: 5px 10px;
    text-align: center;
    font-family: "Mohr-SemiBold";
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
    cursor: pointer;
}

#noticias .contNoticias .noticiaDestaque .titleNoticiaDestaque {
    font-family: "Mohr-Medium";
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    color: var(--blue);
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    margin: 0;
    margin-bottom: 10px;
}

#noticias .contNoticias .noticiaDestaque .resumoNoticiaDestaque {
    display: block;
    font-family: "Mohr-Mediumlt";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}

#noticias .contNoticias .outrasNoticias {
    width: calc(50% - 10px);
}

#noticias .contNoticias .outrasNoticias .itemNoticia {
    height: 250px;
    display: flex;
    margin-bottom: 20px;
}

#noticias .contNoticias .outrasNoticias .itemNoticia .linknoticia{
    width: 45%;
}
#noticias .contNoticias .outrasNoticias .itemNoticia .linknoticia .imgNoticia {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
}

#noticias .contNoticias .outrasNoticias .itemNoticia .imgNoticia {
    width: 45%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
}
#noticias .contNoticias .outrasNoticias .itemNoticia .contDesc {
    width: 55%;
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    background-color: #f5f5f5;
    justify-content: flex-start;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

#noticias .contNoticias .outrasNoticias .itemNoticia .contDesc .categ {
    display: block;
    width: fit-content;
    background-color: var(--green);
    border-radius: 6px;
    padding: 4px 10px;
    text-align: center;
    font-family: "Mohr-SemiBold";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer
}

#noticias .contNoticias .outrasNoticias .itemNoticia .contDesc .titleNoticia {
    font-family: "Mohr-Medium";
    font-size: 15px;
    font-weight: bold;
    line-height: 1.24;
    text-align: left;
    color: var(--blue);
    cursor: pointer;
    margin-left: 0;
}

#noticias .contNoticias .outrasNoticias .itemNoticia .contDesc .resumoNoticia {
    display: block;
    font-family: "Mohr-Mediumlt";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}

#noticias #slickNoticias {
    display: none;
}

#noticias #slickNoticias .itemNoticia {
    width: 90%;
    margin: auto;
}

#noticias #slickNoticias .itemNoticia .imgNoticia {
    width: 100%;
    height: 230px;
    border-radius: 6px 6px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#noticias #slickNoticias .itemNoticia .contDesc {
    display: block;
    min-height: 245px;
    padding: 10px 12px;
    border-radius: 0 0 6px 6px;
    background-color: #f5f5f5;
}

#noticias #slickNoticias .itemNoticia .categ {
    display: block;
    width: fit-content;
    background-color: var(--green);
    border-radius: 6px;
    padding: 4px 10px;
    text-align: center;
    font-family: "Mohr-SemiBold";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

#noticias #slickNoticias .itemNoticia .titleNoticia {
    font-family: "Mohr-Bold";
    font-size: 21px;
    font-weight: bold;
    line-height: 1.24;
    text-align: left;
    color: var(--blue);
    margin-bottom: 0px;
    overflow: hidden;
}

#noticias #slickNoticias .itemNoticia .resumoNoticia {
    display: block;
    font-family: "Mohr-Mediumlt";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}

#noticias #slickNoticias .slick-list {
    padding: 0 40px 0 0;
}

#noticias .btnAll.mobile {
    display: none;
}

/* SUSTENTAVEL */
#sustentavel {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#sustentavel .contSustentavel {
    display: block;
    position: absolute;
    width: 57%;
    padding: 40px 35px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.85);
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}

#sustentavel .contSustentavel h4 {
    font-family: "Mohr-ExtraLightIt";
    font-size: 62px;
    font-weight: 200;
    line-height: 1.16;
    letter-spacing: -1.24px;
    text-align: left;
    color: var(--blue);
}

#sustentavel .contSustentavel h3 {
    font-family: "Mohr-BlackIt";
    font-size: 82px;
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.82px;
    text-align: left;
    color: #00bf00;
}

#sustentavel .contSustentavel .subTxt {
    font-family: "Mohr-SemiBold";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}

#sustentavel .contSustentavel ul {
    display: block;
    width: 90%;
    margin-left: 30px;
}

#sustentavel .contSustentavel ul li {
    position: relative;
    margin-top: 15px;
    color: #707070;
    text-align: left;
    font-size: 14px;
    font-family: "Mohr-Medium";
}

#sustentavel .contSustentavel ul li::marker {
    color: transparent;
}

#sustentavel .contSustentavel ul li::before {
    display: block;
    position: absolute;
    left: -25px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/home/iconLi.png);
    background-position: center;
    background-size: cover;
}

#sustentavel .contSustentavel .btnSustentavel {
    display: block;
    width: fit-content;
    padding: 10px 22px;
    font-family: "Mohr-SemiBold";
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    border: solid 0.5px transparent;
}

#sustentavel .contSustentavel .btnSustentavel:hover {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    border: solid 0.5px var(--green);
    background-color: #f2fcf5;
}

/* COMPRAR */
#comprar {
    padding: 60px 10%;
    display: grid;
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

#comprar .contComprar h4 {
    font-family: "Mohr-ExtraLightIt";
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1.2px;
    text-align: center;
    color: var(--green);
}

#comprar .contComprar h3 {
    font-family: "Mohr-BoldIt";
    font-size: 80px;
    font-weight: bold;
    line-height: 0.75;
    letter-spacing: -1.6px;
    text-align: center;
    color: var(--blue);
}

#comprar .contComprar .subTxt {
    display: block;
    margin-top: 30px;
    color: #707070;
    text-align: center;
    font-size: 15px;
    font-family: "Mohr-Medium";
}

#comprar .contComprar .contBtnsComprar {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

#comprar .contComprar .contBtnsComprar .btnsComprar {
    display: block;
    width: 48%;
    padding: 10px 0;
    font-family: "Mohr-SemiBold";
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    border: solid 0.5px transparent;
    text-align: center;
    margin-bottom: 20px;
}

#comprar .contComprar .contBtnsComprar .btnsComprar:hover {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    border: solid 0.5px var(--green);
    background-color: #f2fcf5;
}

#comprar .pratoCarne {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    #instituto .btnInstituto {
        left: 75px;
    }
}

@media screen and (max-width: 1024px) {
    #navbarNavDropdown .nav-link {
        word-break: break-all;
        font-size: 15px;
    }

    #noticias .contNoticias .outrasNoticias .itemNoticia .contDesc .titleNoticia,
    #noticias .contNoticias .outrasNoticias .itemNoticia .contDesc .resumoNoticia {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) {
    #mesa #statsSub {
        margin-top: 20px;
    }

    #sustentavel .contSustentavel h4 {
        font-size: 42px;
    }

    #sustentavel .contSustentavel h3 {
        font-size: 62px;
    }

    #comprar .contComprar .contBtnsComprar .btnsComprar {
        width: 90%;
    }
}

@media screen and (max-width: 860px) {
    #mesa .contFloat img {
        left: -3%;
    }

    #noticias .contNoticias {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
    }

    #noticias .contNoticias .noticiaDestaque {
        width: calc(100% - 10px);
    }

    #noticias .contNoticias .outrasNoticias {
        width: calc(100% - 10px);
    }

    #sustentavel .contSustentavel h3 {
        font-size: 62px;
    }

    #sustentavel .contSustentavel {
        width: 80%;
    }

    #comprar {
        grid-template-columns: 1fr;
    }

    #comprar .contComprar .contBtnsComprar {
        justify-content: center;
    }

    #comprar .pratoCarne {
        grid-row: 1;
    }
}

@media screen and (max-width: 768px) {
    #content-banner {
        display: none;
    }

    #content-bannerMobile {
        display: block;
    }

    #instituto .contInstituto {
        position: absolute;
        right: 0px;
        top: calc(50% - 150px);
        left: calc(50% - 150px);
        width: 40%;
    }

    #content-banner {
        margin-top: 68px;
    }

    #mesa .contFloat.desktop {
        display: none;
    }

    #mesa #slickMesaMobile {
        display: block;
    }

    #sustentavel .contSustentavel h3 {
        font-size: 58px;
    }
}

@media screen and (max-width: 600px) {

    #content-banner,
    .slickBanner,
    .slickBanner .itemSlickBanner {
        height: 70vh;
        margin-bottom: 0 !important;
    }

    #content-bannerMobile {
        height: 70vh;
    }

    #content-banner .btnSlickBanner {
        display: none !important;
    }

    #content-banner #contDotsBanner {
        display: none !important;
    }

    .slickBanner .itemSlickBanner .contTxtBanner {
        width: 90%;
        left: 5%;
        bottom: 20px;
    }

    .slickBanner .itemSlickBanner h3.wTxtBanner,
    .slickBanner .itemSlickBanner h3.gTxtBanner {
        font-size: 48px;
        font-weight: bold;
        letter-spacing: -0.96px;
        padding-left: 0;
        width: 100%;
    }

    .slickBanner .itemSlickBanner p.pTxtBanner {
        width: 100%;
        font-family: "Mohr-Mediumlt";
        font-size: 14px;
        font-weight: 500;
    }

    #marcas .contMarcas {
        display: none;
    }

    #marcas #slickMarcas {
        display: block;
        margin-top: 20px;
    }

    #marcas .btnMarcas.mobile {
        display: block;
        margin: 35px auto 20px;
    }

    #marcas .btnMarcas.desktop {
        display: none;
    }

    #instituto {
        height: 65vh;
    }

    #instituto .btnInstituto {
        width: 130px;
        height: 35px;
        left: 65px;
        bottom: 12%;
        font-size: 12px;
    }

    #noticias .contNoticias {
        display: none;
    }

    #noticias #slickNoticias .itemNoticia .titleNoticia {
        font-size: 16px;
    }

    #noticias #slickNoticias {
        display: block;
    }

    #noticias #slickNoticias .itemNoticia .contDesc .titleNoticia,
    #noticias #slickNoticias .itemNoticia .contDesc .resumoNoticia {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #noticias #slickNoticias .itemNoticia .contDesc .titleNoticia {
        -webkit-line-clamp: 3;
    }

    #noticias #slickNoticias .itemNoticia .contDesc .resumoNoticia {
        -webkit-line-clamp: 5;
    }

    #noticias .contSubBtn {
        flex-direction: column;
    }

    #noticias h3 {
        text-align: center;
    }

    #noticias .subTxt {
        width: 80%;
        text-align: center;
        margin: auto;
    }

    #noticias .btnAll.desktop {
        display: none;
    }

    #noticias .btnAll.mobile {
        display: block;
        margin: 10px auto;
    }

    #sustentavel .contSustentavel {
        width: 100%;
    }

    #sustentavel .contSustentavel h4 {
        text-align: center;
        font-size: 48px;
    }

    #sustentavel .contSustentavel h3 {
        text-align: center;
        font-size: 40px;
    }

    #sustentavel .contSustentavel .subTxt {
        display: block;
        text-align: center;
        font-size: 14px;
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }

    #sustentavel .contSustentavel ul {
        width: 100%;
    }

    #sustentavel .contSustentavel .btnSustentavel {
        width: 80%;
        margin: auto;
        text-align: center;
        padding: 8px 12px;
    }

    #comprar .contComprar h3 {
        font-size: 60px;
    }
}

@media screen and (max-width: 440px) {
    #instituto {
        height: 50vh;
    }

    #instituto .btnInstituto {
        width: 100px;
        height: 30px;
        left: 45px;
        font-size: 11px;
    }
}

@media screen and (max-width: 375px) {
    #instituto {
        background-position: 4% center;
    }

    #instituto .btnInstituto {
        left: 25px;
    }

    #noticias #slickNoticias .itemNoticia .imgNoticia {
        height: 180px;
    }

    #sustentavel .contSustentavel .subTxt {
        width: 100%;
    }

    #sustentavel .contSustentavel ul {
        margin-left: 15px;
    }

    #sustentavel .contSustentavel .btnSustentavel {
        width: 100%;
    }
}